home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_132_SHARED-Mystery Icon Box-.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  463 b   |  11 lines

  1. on mouseDown
  2.   if (the castNum of sprite 15 = the number of member "MI1") or (the castNum of sprite 15 = the number of member "MI2") or (the castNum of sprite 15 = the number of member "MI3") or (the castNum of sprite 15 = the number of member "MI4") or (the castNum of sprite 15 = the number of member "MI5") then
  3.     sprite(30).visible = 1
  4.     sprite(31).visible = 0
  5.     sprite(32).visible = 0
  6.     sprite(33).visible = 0
  7.     updateStage()
  8.   end if
  9.   pass()
  10. end
  11.